RedirectURI

data class RedirectURI(val value: URI) : DispatchOutcome(source)

In case verifier requested response to be redirected to a URI, this class contains this URI with the response encoded to it

Constructors

Link copied to clipboard
constructor(value: URI)

Properties

Link copied to clipboard
val value: URI